projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f354f78
)
Fix previous change.
author
Glenn Morris
<rgm@gnu.org>
Tue, 31 Jan 2012 23:47:33 +0000
(18:47 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 31 Jan 2012 23:47:33 +0000
(18:47 -0500)
lisp/progmodes/gdb-mi.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gdb-mi.el
b/lisp/progmodes/gdb-mi.el
index ac8ecaedce89ca740b118f76b30d665cf359d394..1f134755e7c357dae7d4678d62c9e244bb3ca442 100644
(file)
--- a/
lisp/progmodes/gdb-mi.el
+++ b/
lisp/progmodes/gdb-mi.el
@@
-45,7
+45,7
@@
;; This file uses GDB/MI as the primary interface to GDB. It runs gdb with
;; GDB/MI (-interp=mi) and access CLI using "-interpreter-exec console
-;; cli-command". This code
works
replaces gdb-ui.el and uses MI tokens instead
+;; cli-command". This code replaces gdb-ui.el and uses MI tokens instead
;; of queues. Eventually MI should be asynchronous.
;; Windows Platforms: